###############################
###More spheres of influence
###############################

###############################
### England AI controlled?
###############################

event = { 
id = 1502
random = no
country = ENG

trigger = { ai = yes }


name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }


action_a = {}
}

###############################
### Soviets AI controlled?
###############################

event = { 
id = 1503
random = no
country = SOV

trigger = { ai = yes }


name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }

action_a = {}
}

########################################
### USA AI controlled?
########################################

event = { 
id = 1504
random = no
country = USA

trigger = { ai = yes }


name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }

action_a = {}
}


#########################################
## Yugoslavia can join the Allies
#########################################


event = { 
id = 1505
random = no
country = YUG

trigger = { 
          event = 1502
          ai = yes
          random = 20
          OR = { 
		war = { country = YUG country = GER }
		war = { country = YUG country = ITA }
               }

          NOT = {
                 OR = {
                       alliance = { country = YUG country = GER }
                       alliance = { country = YUG country = SOV }
                       alliance = { country = YUG country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                     }
                 }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }


action_a = {
           command = { type = alliance which = ENG }
           }
}

######################################
## Greece can join the Allies
######################################


event = { 
id = 1506
random = no
country = GRE

trigger = { 
          event = 1502
          ai = yes
          random = 20
          OR = { 
		war = { country = GRE country = GER }
		war = { country = GRE country = ITA }
               }

          NOT = {
                 OR = {
                       alliance = { country = GRE country = GER }
                       alliance = { country = GRE country = SOV }
                       alliance = { country = GRE country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                     }
                 }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1945 }   ####GRE alliance chance doesnt run out


action_a = {
           command = { type = alliance which = ENG }
           }
}

#############################################
### Turkey can join the Allies
#############################################


event = { 
id = 1507
random = no
country = TUR

trigger = { 
          event = 1502
          ai = yes
          random = 20
          OR = { 
		war = { country = TUR country = GER }
		war = { country = TUR country = ITA }
		war = { country = TUR country = SOV }
                }

          NOT = {
                 OR = {
                       alliance = { country = TUR country = GER }
                       alliance = { country = TUR country = SOV }
                       alliance = { country = TUR country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                     }
                 }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }



action_a = {
           command = { type = alliance which = ENG }
           }
}



###########################################
### Bulgaria can join the Allies
###########################################


event = { 
id = 1508
random = no
country = BUL

trigger = { 
          event = 1502
          ai = yes
          random = 20
          OR = { 
		war = { country = BUL country = GER }
		war = { country = BUL country = ITA }
		war = { country = BUL country = SOV }
                }

          NOT = {
                 OR = {
                       alliance = { country = BUL country = GER }
                       alliance = { country = BUL country = SOV }
                       alliance = { country = BUL country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                     }
                 }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }



action_a = {
           command = { type = alliance which = ENG }
           }
}


#########################################
### Romania can join the Comintern
#########################################


event = { 
id = 1509
random = no
country = ROM

trigger = { 
          event = 1503 #SOV AI
          ai = yes
          random = 20
          OR = { 
		war = { country = ROM country = GER }
		war = { country = ROM country = ITA }
                }

          NOT = {
                 OR = {
                       alliance = { country = ROM country = GER }
                       alliance = { country = ROM country = SOV }
                       alliance = { country = ROM country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                      }
                     }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }



action_a = {
           command = { type = alliance which = SOV }
           }
}


###################################################################
### Germany goes to war with Benito if Austria is threatened
###################################################################


event = { 
id = 1510
random = no
country = GER

trigger = { 
          ai = yes
          war = { country = ITA country = AUS }

          NOT = {
                       alliance = { country = ITA country = GER }
                       }
                  }     


name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1938 }



action_a = {	
	command = { type = war which = ITA }
           }
}

###################################################################
### Germany stands by Poland if USSR gets expansionist (part I)
###################################################################


event = { 
id = 1511
random = no
country = GER

trigger = { 
          ai = yes
          war = { country = POL country = SOV }


          NOT = {
                       alliance = { country = SOV country = GER }
                       alliance = { country = POL country = GER }
                       alliance = { country = POL country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = ENG
                       }
                  }     


name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1938 }



action_a = {
           command = { type = alliance which = POL }
           }
}

##################################################################
### Germany stands by Poland if USSR gets expansionist (part II)
##################################################################


event = { 
id = 1512
random = no
country = GER

trigger = { 
          ai = yes
          war = { country = POL country = SOV }


          NOT = {
                       alliance = { country = SOV country = GER }
                       alliance = { country = POL country = SOV }
                       alliance = { country = POL country = ENG }
                       ispuppet = SOV
                       ispuppet = ITA
                       ispuppet = ENG
                       }
                  }     


name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1938 }



action_a = {
           command = { type = alliance which = POL }
           }
}


#######################################
### Hungary can join the Comintern
#######################################


event = { 
id = 1513
random = no
country = HUN

trigger = { 
          event = 1503 #SOV AI
          ai = yes
          random = 20
          OR = { 
		war = { country = HUN country = GER }
		war = { country = HUN country = ITA }
                }

          NOT = {
                 OR = {
                       alliance = { country = HUN country = GER }
                       alliance = { country = HUN country = SOV }
                       alliance = { country = HUN country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                      }
                     }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }



action_a = {
           command = { type = alliance which = SOV }
           }
}

############################################
### South America 1: Argentina
############################################


event = { 
id = 1514
random = no
country = ARG

trigger = { 
          ai = yes
          random = 50
          atwar = yes

          NOT = {
                 OR = {
                       alliance = { country = ARG country = GER }
                       alliance = { country = ARG country = SOV }
                       alliance = { country = ARG country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                      }
                     }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }



action_a = { }
}

#######USA makes puppet
event = { 
id = 1515
random = no
country = USA

trigger = { 
          event = 1514     #ARG AI at war
          ai  = yes
                      }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }


action_a = { command = { type = make_puppet which = ARG }
                    }
}

############################################
### South America 2: Brasil
############################################


event = { 
id = 1516
random = no
country = BRA

trigger = { 
          ai = yes
          random = 50
          atwar = yes

          NOT = {
                 OR = {
                       alliance = { country = BRA country = GER }
                       alliance = { country = BRA country = SOV }
                       alliance = { country = BRA country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                      }
                     }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }



action_a = { }
}

#######USA makes puppet
event = { 
id = 1517
random = no
country = USA

trigger = { 
          event = 1516     #BRA AI at war
          ai  = yes
                      }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }

action_a = { command = { type = make_puppet which = BRA }
                    }
}


###############################################
### South America 3: Bolivia
###############################################


event = { 
id = 1518
random = no
country = BOL

trigger = { 
          ai = yes
          random = 50
          atwar = yes

          NOT = {
                 OR = {
                       alliance = { country = BOL country = GER }
                       alliance = { country = BOL country = SOV }
                       alliance = { country = BOL country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                      }
                     }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }



action_a = { }
}

#######USA makes puppet
event = { 
id = 1519
random = no
country = USA

trigger = { 
          event = 1518     #BOL AI at war
          ai  = yes
                      }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }

action_a = { command = { type = make_puppet which = BOL }
                    }
}


##############################################
### South America 4: Chile
##############################################


event = { 
id = 1520
random = no
country = CHL

trigger = { 
          ai = yes
          random = 50
          atwar = yes

          NOT = {
                 OR = {
                       alliance = { country = CHL country = GER }
                       alliance = { country = CHL country = SOV }
                       alliance = { country = CHL country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                      }
                     }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }



action_a = { }
}

#######USA makes puppet
event = { 
id = 1521
random = no
country = USA

trigger = { 
          event = 1520     #CHL AI at war
          ai  = yes
                      }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }

action_a = { command = { type = make_puppet which = CHL }
                    }
}

###############################################
### South America 5: Colombia
###############################################


event = { 
id = 1522
random = no
country = COL

trigger = { 
          ai = yes
          random = 50
          atwar = yes

          NOT = {
                 OR = {
                       alliance = { country = COL country = GER }
                       alliance = { country = COL country = SOV }
                       alliance = { country = COL country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                      }
                     }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }



action_a = { }
}

#######USA makes puppet
event = { 
id = 1523
random = no
country = USA

trigger = { 
          ai  = yes
          event = 1522     #COL AI at war
                      }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }

action_a = { command = { type = make_puppet which = COL }
                    }
}

##############################################
### South America 6: Ecuador
##############################################


event = { 
id = 1524
random = no
country = ECU

trigger = { 
          ai = yes
          random = 50
          atwar = yes

          NOT = {
                 OR = {
                       alliance = { country = ECU country = GER }
                       alliance = { country = ECU country = SOV }
                       alliance = { country = ECU country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                      }
                     }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }



action_a = { }
}

#######USA makes puppet
event = { 
id = 1525
random = no
country = USA

trigger = { 
          ai  = yes
          event = 1524     #ECU AI at war
                      }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }


action_a = { command = { type = make_puppet which = ECU }
                    }
}

#############################################
### South America 7: Peru
#############################################


event = { 
id = 1526
random = no
country = PRU

trigger = { 
          ai = yes
          random = 50
          atwar = yes

          NOT = {
                 OR = {
                       alliance = { country = PRU country = GER }
                       alliance = { country = PRU country = SOV }
                       alliance = { country = PRU country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                      }
                     }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }



action_a = { }
}

#######USA makes puppet
event = { 
id = 1527
random = no
country = USA

trigger = { 
          event = 1526     #PRU AI at war
          ai  = yes
                      }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }

action_a = { command = { type = make_puppet which = PRU }
                    }
}

##########################################
### South America 8: Uruguay
##########################################


event = { 
id = 1528
random = no
country = URU

trigger = { 
          ai = yes
          random = 50
          atwar = yes

          NOT = {
                 OR = {
                       alliance = { country = URU country = GER }
                       alliance = { country = URU country = SOV }
                       alliance = { country = URU country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                      }
                     }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }



action_a = { }
}

#######USA makes puppet
event = { 
id = 1529
random = no
country = USA

trigger = { 
          event = 1528     #URU AI at war
          ai  = yes
                      }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }

action_a = { command = { type = make_puppet which = URU }
                    }
}


################################################
### South America 9: Venezuela
################################################


event = { 
id = 1530
random = no
country = VEN

trigger = { 
          ai = yes
          random = 50
          atwar = yes

          NOT = {
                 OR = {
                       alliance = { country = VEN country = GER }
                       alliance = { country = VEN country = SOV }
                       alliance = { country = VEN country = ENG }
                       ispuppet = GER
                       ispuppet = ITA
                       ispuppet = SOV
                       ispuppet = ENG
                      }
                     }
          }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }



action_a = { }
}

#######USA makes puppet
event = { 
id = 1531
random = no
country = USA

trigger = { 
          event = 1530     #VEN AI at war
          ai  = yes
                      }

name = "AI_Event"
desc = " "
style = 0

date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every seven days
	deathdate = { day = 1 month = august year = 1939 }


action_a = { command = { type = make_puppet which = VEN }
                    }
}
